projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c8ad7
)
(image_ascent): Don't include "charset.h". Include
author
Kenichi Handa
<handa@m17n.org>
Wed, 14 May 2008 01:39:03 +0000
(
01:39
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 14 May 2008 01:39:03 +0000
(
01:39
+0000)
"character.h" and "font.h".
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 3a972197293331e1da8d7067346ad243a9f5c671..b85e1e0a7d492cb47d2ecd4ea1afd904174ac7be 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-40,9
+40,10
@@
Boston, MA 02110-1301, USA. */
#include "blockinput.h"
#include "systime.h"
#include <epaths.h>
-#include "char
set
.h"
+#include "char
acter
.h"
#include "coding.h"
#include "termhooks.h"
+#include "font.h"
#ifdef HAVE_X_WINDOWS
#include "xterm.h"